Other Protocols
The following protocols are available globally.
-
Undocumented
See more
-
Platform-dependent login presenters that present custom login views must adopt this protocol.
See moreDeclaration
Swift
public protocol OAuth2CustomAuthorizerUI
-
An object adopting this protocol is responsible of the creation of the login controller
See moreDeclaration
Swift
public protocol OAuth2PasswordGrantDelegate: class
-
Protocol for types that can perform
URLRequests.The class
See moreOAuth2DataTaskRequestPerformerimplements this protocol and is by default used by allOAuth2classes to perform requests.Declaration
Swift
public protocol OAuth2RequestPerformer
-
The base type for every FHIR element.
See moreDeclaration
Swift
public protocol FHIRType
-
Undocumented
See more
-
Undocumented
See more
-
Platform-dependent authorizers must adopt this protocol.
See moreDeclaration
Swift
public protocol OAuth2AuthorizerUI
-
A simple protocol for loggers used in OAuth2.
The
See moreOAuth2DebugLoggeris a simple implementation that logs to stdout. If you need more sophisticated logging, just adapt this protocol and set your logger on theOAuth2instance you’re using.Declaration
Swift
public protocol OAuth2Logger
View on GitHub
Install in Dash
Other Protocols Reference